/ Assembly List / LJCDataAccess / MySqlDataAccess / GetDataTable

Namespace - LJCDataAccess


Parameters
sql - The Select SQL statement.
tableMapping - The table map collection.

Returns

A reference to the DataTable object.

Syntax

C#
public DataTable GetDataTable(String sql, DataTableMappingCollection tableMapping = null)

Executes a Select statement and retrieves the DataTable object.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.